Use PEExportPrintWindow to export the report displayed in the preview window to disk file or e
BOOL CRPE_API PEExportPrintWindow (
short printJob,
BOOL toMail,
BOOL waitUntilDone );
Specifies the print job that you want to export to a disk file or to e | |
Boolean value indicates whether or not the function is to export to e | |
Declare Function PEExportPrintWindow Lib "crpe32.dll" (
ByVal printJob As Integer, ByVal ToMail As Integer,
ByVal WaitUntilDone As Integer ) As Integer
function PEExportPrintWindow (
printJob: Word;
toMail: Bool;
waitUntilDone: Bool
): Bool stdcall;
EXTERN CLOGICAL PEExportPrintWindow (CWORD, CLOGICAL, CLOGICAL) CRPE.DLL
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |